翻訳と辞書
Words near each other
・ application software installation server
・ application testing
・ application visualisation system
・ application-specific integrated circuit
・ applications development manager
・ applications language
・ applications programming interface
・ applications software
・ applicative language
・ applicative language for digital signal processing
applicative order reduction
・ applog
・ appn
・ approximation algorithm
・ april fool's joke
・ apse
・ apt
・ apx iii
・ aq
・ aql


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

applicative order reduction : FOLDOC
applicative order reduction
An evaluation strategy under which an expression is evaluated by repeatedly evaluating its leftmost innermost redex. This means that a function's arguments are evaluated before the function is applied. This method will not terminate if a function is given a non-terminating expression as an argument even if the function is not strict in that argument. Also known as call-by-value since the values of arguments are passed rather than their names. This is the evaluation strategy used by ML, Scheme, Hope and most procedural languages such as C and Pascal.
See also normal order reduction, parallel reduction.
(1995-01-25)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.